I took this course in Summer 2022. This course was a great introduction to the use of data management systems with an demonstration on SQL. The most takeway from this course was understanding the relational database model, entity relationship diagrams, SQL queries, and how to implement basic transactions and optimize queries, and providing security to different roles. Professor Jaime Davila was a great instructor and answered a lot of my questions via email. Functional dependencies, normalization, and indexing were some of the topics that I enjoyed learning.
SELECT *
FROM STUDENT
WHERE name='Yongye';